# **********************************************************************
# "CPU Panel (8-core)" theme for Conky by Tony George (teejee2008@gmail.com)
#
# Webpage: http://teejeetech.blogspot.in/
# **********************************************************************


background yes
double_buffer yes

alignment middle_right

border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no

gap_x 0
gap_y -170
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no

own_window yes
own_window_type normal
own_window_transparent no
own_window_colour 000000
own_window_argb_visual yes
own_window_argb_value 0
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

minimum_size 170 0
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none

show_graph_scale no
show_graph_range no

use_xft yes
xftalpha 0.1
xftfont Droid Sans:size=10
color0 white
color1 EAEAEA
color2 FFA300
color3 grey
# Blueshift
color4 0478FF	
# Redshift:
color5 A40810

TEXT
#
# Change the network interface from enp3s0 to whatever your system calls it
# It could be enp2s0, eth0, eth1, ppp0, ppp1, etc.

${color2}Download ${color0}${alignr}${downspeedf enp5s0} KiB/s
${color4}${downspeedgraph enp5s0 80,}
${color2}Upload ${color0}${alignr}${upspeedf enp5s0} KiB/s 
${color5}${upspeedgraph enp5s0 80,} 

# Uncomment these if you would like your IP address to be displayed:
# ${color2}Local${color0}${alignr}${addrs}
# ${color2}Public${color0}${alignr}${execi 3600 wget -q -O /dev/stdout http://checkip.dyndns.org/ | cut -d : -f 2- | cut -d \< -f -1}
